﻿.search_open {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/wap_sea1.png) no-repeat;
	position: absolute;
	right: 60px;
	top: 10px;
	background-size: auto 25px;
	background-position: center center;
}



#top {
	width: 100%;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50px;
	z-index: 100;
	background-color: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
}

input.button1 {
	border-radius: 5px;
	line-height: 23px;
	height: 33px;
	width: 70%;
	padding: 0 5px 0 5px;
	border: 1px solid #ccc;
	background: whiteSmoke;
	float: left;
	margin-right: 3%;
	font-size: 12px;
	z-index: 1001;
}
button.button2,
input.button2 {
	text-shadow: black 0 1px 0;
	border: 1px solid;
	border-color: #EEE #CCC #CCC #EEE;
	color: #666;
	font-weight: bold;
	width: 22%;
	border-radius: 5px;
	padding: 3px;
	height: 35px;
	text-shadow: 0
	/*{a-bar-shadow-x}*/
	0px
	/*{a-bar-shadow-y}*/
	0px
	/*{a-bar-shadow-radius}*/
	#FFF
	/*{a-bar-shadow-color}*/
	;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8
			/*{a-bar-background-start}*/
		), to(#eaeaea
			/*{a-bar-background-end}*/
		));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#f8f8f8
		/*{a-bar-background-start}*/
		, #eaeaea
		/*{a-bar-background-end}*/
	);
	/* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#f8f8f8
		/*{a-bar-background-start}*/
		, #eaeaea
		/*{a-bar-background-end}*/
	);
	/* FF3.6 */
	background-image: -ms-linear-gradient(#f8f8f8
		/*{a-bar-background-start}*/
		, #eaeaea
		/*{a-bar-background-end}*/
	);
	/* IE10 */
	background-image: -o-linear-gradient(#f8f8f8
		/*{a-bar-background-start}*/
		, #eaeaea
		/*{a-bar-background-end}*/
	);
	/* Opera 11.10+ */
	background-image: linear-gradient(#f8f8f8
		/*{a-bar-background-start}*/
		, #eaeaea
		/*{a-bar-background-end}*/
	);
	font-size: 12px;
	z-index: 1001;
	float: right;
}




.m-toubu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.m-toubuge {
	width: 100%;
	height: 50px;
}

.m-header {
	height: 49px;
	background-color: #fff;
	z-index: 60;
	width: 100%;
	position: relative;
	display: flex;
	border-bottom: 1px solid #e0e0e0;
	align-items: center;
}

.cd-logo {
	padding-left: 20px;
	width: 283px;
	box-sizing: border-box;
	min-width: 283px;
}

.cd-logo img {
	display: block;
	width: 50% !important;
	margin-top: 0.5%;
}

.search_openv1 {
	width: 30px;
	background: url(../images/wap_sea1.png) no-repeat;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 10px;
	background-position: center center;
	background-size: auto 21px;
	border-left: 1px solid #e1e1e1;
}

.menu_openv1 {
	width: 30px;
	background-image: url(../images/wap_menu1.png);
	background-repeat: no-repeat;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 10px;
	background-position: center center;
	background-size: auto 25px;
}

.menu_closev1 {
	width: 30px;
	background-image: url(../images/wap_close1.png) !important;
	background-repeat: no-repeat;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 10px;
	background-position: center center;
	background-size: auto 25px;
}

#m-menu {
	position: fixed;
	width: 243px;
	height: calc(100vh - 50px);
	left: -243px;
	background: #fff;
	z-index: 200;
	font-size: 15px;
	overflow-y: auto;
	top: 50px;
	transition: all 0.8s ease 0s;
}

.m-list {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
}

.m-menglish {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-weight: 700;
	padding-left: 10px;
	text-transform: uppercase;
}

.m-list ul li a {
	padding-left: 20px;
	color: #000;
	display: block;
	height: 46px;
	line-height: 46px;
	position: relative;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.m-list ul li .inactive {
	background: url(../images/shl-down-openv1.png) no-repeat 95% center;
	background-size: auto 14px;
}

.m-list ul li .inactives {
	background: url(../images/shl-up-openv1.png) no-repeat 95% center;
	background-size: auto 16px;
}

.m-list ul li ul {
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f4f5f6;
}

.m-list ul li ul li {
	background-color: #f4f5f6;
	background-image: url(../images/wap_li.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: auto 2px;
}

.m-active {
	background-image: url(../images/m-navact.png);
	background-repeat: no-repeat;
	background-position: 20px 38px;
	background-size: auto 2.5px;
}

.m-list ul li ul li a {
	padding-left: 30px;
	background: url(../images/shl-img-h60.png) no-repeat 92% center;
	background-size: auto 8px;
	font-weight: lighter;
	font-size: 14px;
	color: #5c5c5c;
	height: 34px;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.m-yuyan {
	height: 45px;
	line-height: 45px;
	color: #656565;
	font-size: 12px;
	background: #f2f3f2 url(../images/wap_yuyan1.png) no-repeat 20px center;
	background-size: auto 18px;
	padding-left: 45px;
}

.m-yuyan a {
	color: #656565;
	font-size: 12px !important;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
}

.m-code {
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

.m-code img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.m-code1 {
	padding-top: 6px;
	padding-bottom: 12px;
	text-align: center;
	color: #656565;
	font-size: 13px;
}

.m-sousuo {
	padding: 20px 30px 70px 30px;
	width: 100%;
	box-sizing: border-box;
	background-color: #f2f3f2;
	display: flex;
}

.m-sousuo .button1 {
	line-height: 40px;
	height: 40px;
	width: 80%;
	padding: 0 10px 0 10px;
	border: 1px solid #d2d2d2;
	background: #f2f3f2;
	font-size: 12px;
	z-index: 1001;
	box-sizing: border-box;
}

.m-sousuo .button2 {
	width: 20%;
	height: 40px;
	z-index: 1001;
	background-image: url(../images/wap_sea2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 20px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 0;
}

.m-animate {
	transition: all 0.8s ease 0s;
	left: 0px !important;
}

.tbottom {
	height: 50px;
}

#BottomNav {
	bottom: 0;
	height: 50px;
	left: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 300;
	box-sizing: border-box;
	background-color: #FFF;
	box-shadow: 0px 8px 8px 8px rgba(0, 0, 0, .2);
}

#BottomNav ul li {
	float: left;
	box-sizing: border-box;
	text-align: center;
	width: 25%;
}

#BottomNav ul li a {
	color: #515151;
	display: block;
	padding-top: 7px;
}

#BottomNav ul li a div {
	font-size: 12px;
	padding-top: 2px;
}

#BottomNav .a {
	background-image: url(../images/shl-b1a.png);
	background-size: auto 20px;
}

#BottomNav .b {
	background-image: url(../images/shl-b1b.png);
	background-size: auto 20px;
}

#BottomNav .c {
	background-image: url(../images/shl-b1c.png);
	background-size: auto 20px;
}

#BottomNav .d {
	background-image: url(../images/shl-b1d.png);
	background-size: auto 20px;
}

#BottomNav .icon {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 30px;
}

.mclearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

#m-msk {
	position: fixed;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	top: 0px;
	left: 0;
	z-index: 50;
	height: calc(100vh - 50px);
	top: 50px;
	display: none;
}










.bottomNav {
	/*border:1px solid red;
	*/
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 1px;
	z-index: 999999999999999;
}

.bottomNav_item {
	/*border:1px solid red;
	*/
	width: 20%;
	height: 70px;
	border-top: 1px solid #d8d8d8;
	float: left;
	color: #333 !important;
	text-align: center;
	background: #fff;
}

.bottomNav_icon {
	margin: auto;
	width: 30px;
	height: 30px;
	margin-top: 11px;
}

.bottomNav_icon img {
	width: 100%;
	height: 100%;
}

.bottomNav_item p {
	margin-top: 3px;
	font-size: 14px;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}



.inital_color {
	color: #035cac;
}








@media only screen and (max-width:2400px) {
	header {
		display: block;
	}

	.mbdh {
		display: none
	}

	.mbfor {
		display: none;
	}

	.pcba {
		display: block;
	}

	.sjba {
		display: none;
	}

}






@media only screen and (max-width:1024px) {
	header {
		display: none;
	}

	.mbdh {
		display: block;
	}

	.mbfor {
		display: block;
	}

	.pcba {
		display: none;
	}

	.sjba {
		display: block;
	}


	.focus {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}

	.focus .shanghl00 {
		width: 100%;
		height: 11px;
		position: absolute;
		z-index: 1;
		bottom: 45px;
		text-align: center;
	}

	.focus .shanghl00 ul {
		display: inline-block;
		height: 5px;
		padding: 3px 5px;
		background-color: rgba(255, 255, 255, 0.7);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 0;
		vertical-align: top;
	}

	.focus .shanghl00 ul li {
		display: inline-block;
		width: 5px;
		height: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #8C8C8C;
		margin: 0 5px;
		vertical-align: top;
		overflow: hidden;
	}

	.focus .shanghl00 ul .on {
		background: #FE6C9C;
	}

	.focus .bd {
		position: relative;
		z-index: 0;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	.focus .bd li {
		margin: 0px;
		padding: 0px;
		height: 52rem;
		position: relative;
		overflow: hidden;
	}

	.focus .bd li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.focus .bd li a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		/* 取消链接高亮 */
	}

	.foctit {
		position: absolute;
		z-index: 111;
		width: 100%;
		bottom: 0;
		background: rgba(0, 0, 0, .6);
		padding-left: 0.7rem;
		padding-right: 0.7rem;
		color: #FFF;
		font-size: 0.8rem;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}

	.toubu {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 999;
	}

	.toubuge {
		width: 100%;
		height: 50px;
	}









	.footer {
		width: 100% !important;
		line-height: 25px !important;
		padding: 20px 0px 40px;
		text-align: center !important;
	}

	.contact {
		width: 92% !important;
		margin: 0px 4% !important;
	}

	.nav1 {
		width: 100% !important;
		text-align: center !important;
		padding-bottom: 30px;
	}

	.nav1 h3 {
		display: none;
	}



	/*ny s*/

	.paging {
		width: 100% !important;
		padding: 0px !important;
	}

	.weizhi {
		width: 86% !important;
		margin: 0px 4% !important;
		padding-left: 6% !important;
		font-size: 14px !important;

		text-overflow: ellipsis;
		/*超出...*/
		display: -webkit-box;
		-webkit-line-clamp: 1;
		/*显示行数*/
		-webkit-box-orient: vertical;
		overflow: hidden !important;
		line-height: 60px;
		height: 60px;


	}

	.weizhi.prosj {
		display: none !important;
	}

	.ny_bt {
		display: none !important;
	}


	.ej_nav {
		margin-top: 0px !important;
		padding-top: 0px !important;
	}

	.ej_nav {
		background-size: 150% auto !important;
		padding-top: 170px !important;
	}

	.ej_nav_list {
		margin-top: 0px !important;
	}

	.ej_nav_u1 li a {
		color: #333 !important;
	}

	.licheng {
		width: 92% !important;
		margin: 0px 4% !important;
		padding-top: 25px !important;
	}

	.licheng h3 {
		width: 100% !important;
		font-size: 22px !important;
	}

	.licheng h3 span {
		width: 100% !important;
		font-size: 15px !important;
		line-height: 25px !important;
		padding: 20px 0px !important;
	}


	.product-details .case .brief .big-imagez {
		width: 100% !important;
		height: auto !important;
	}

	.product-details .case .brief .big-image {
		display: block !important;
		height: auto !important;
	}

	.product-details .case .brief .big-image img {}

	.gsjj_con1_div1 {
		width: 100% !important;
	}

	.gsjj_con1_div1_right {
		width: 100% !important;
		height: 200px !important;
	}

	.gsjj_con1_div1_left {
		width: 100% !important;
	}

	.gsjj_con1_div1_left p {
		font-size: 15px !important;
		line-height: 28px !important;
	}

	.gsjj_con1_div1_left a {
		font-size: 14px !important;
	}



	.ny_fac {
		width: 92% !important;
		margin: 0px 4% !important;
	}

	.newspage {
		width: auto !important;
	}

	.gsjj_con1.fzlc.alzs.cpzs {
		display: none !important;
	}

	.ny_bt {
		width: 92% !important;
		margin: 0px 4% !important;
		height: 100px !important;
	}

	.product-details .case {
		max-width: 92% !important;
		width: 92% !important;
		margin: 0px 4% !important;
	}

	.wrap {
		width: 92% !important;
		margin: 0px 4% !important;
	}

	.product-details .case .brief .text {
		padding: 0px !important;
	}

	.product-details .case .brief .text img {
		width: 100% !important;
		float: left !important;
		margin: 10px !important;
	}

	.product-details .case .brief .text p {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 15px !important;
	}

	.product-details .case .brief {
		padding-top: 30px !important;
	}

	.text_1 .p1 {
		font-size: 25px !important;
		width: 100% !important;
	}

	.xiangguan {
		display: none !important;
	}

	.up {
		width: 100% !important;
		text-align: center !important;
	}

	.back {
		width: 100% !important;
		text-align: center !important;
	}

	.down {
		width: 100% !important;
		text-align: center !important;
	}

	.join-us .investment {
		max-width: 92% !important;
		width: 92% !important;
		margin: 0px 4% !important;
		padding-top: 0px !important;
	}

	.join-us .recruit-list {
		max-width: 100% !important;
		width: 100% !important;
		padding: 0px !important;
	}

	.content {
		/*max-width:92%!important; width:92%!important; margin:0px 4%!important;*/
	}

	.join-us .recruit-list .item .title .down {
		width: 30px !important;
	}

	.ny_yingyong {
		width: 100% !important;
	}

	.ny_yingyong_sj {
		width: 100% !important;
	}

	.cpzs_con1_u1 .ny_yingyong a {}

	.product-details .case .brief .big-image {
		width: 100% !important;
	}

	.product-details .case .brief .text {
		width: 100% !important;
	}

	.product-details .case .brief .text .title {
		text-align: center !important;
	}

	.text_1 {
		text-align: center !important;
	}

	.text_1 .p2 {
		margin: 10px auto !important;
	}


	.maps {
		width: 100% !important;
	}

	.rit-box {
		width: 100% !important;
		margin-top: 40px !important;
	}



	.city {
		width: 100% !important;
	}

	.section {
		margin-top: 20px !important;
	}

	.ej_nav_u1 .prosj {
		width: 24.5% !important;
		border-bottom: 1px solid #CCC;

		text-overflow: ellipsis;
		/*超出...*/
		display: -webkit-box;
		-webkit-line-clamp: 1;
		/*显示行数*/
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height: 51px;
		height: 51px;
		display: inline-block;

	}

	#ny_lx_ly {
		height: auto !important;
	}

	#ny_lx_ly h3 {
		width: 90% !important;
		padding: 0px 5% !important;
		margin-bottom: 30px !important;
	}

	.ny_ly_con {
		width: 90% !important;
		padding: 0px 5% !important;
	}

	.ny_ly_con table tr td {
		display: block !important;
		width: 100% !important;
		padding: 0px !important;
	}

	.kuang4 {
		padding-left: 5% !important;
		width: 95% !important;
		margin: 5px 0px !important;
	}

	.kuang1 {
		padding-left: 5% !important;
		width: 95% !important;
		margin: 5px 0px !important;
	}

	.kuang2 {
		padding-left: 5% !important;
		width: 95% !important;
		margin: 5px 0px !important;
	}

	.kuang3 {
		padding-left: 5% !important;
		width: 95% !important;
		margin: 5px 0px !important;
	}

	.ny_con {
		width: 90% !important;
		margin: 0px 5% !important;
	}

	.se2 .ul1 li {
		width: 90% !important;
		padding: 5% !important;
	}

	.se2 .ul1 li .txt div {
		overflow: visible !important;
	}

	.se2 .ul1 li .day {
		width: 100% !important;
	}

	.se2 .ul1 li .txt {
		width: 80% !important;
		float: none !important;
	}

	.se2 .ul1 li .txt .ltc {
		margin-top: 0px !important;
	}



	/*维达化工 s*/

	.ej_nav_u1 li:last-child {
		border: none !important;
	}

	.ej_nav_u1 li a {
		text-overflow: ellipsis;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		height: 50px;
		line-height: 50px;
		padding: 0px 3%;
	}

	.ny_fac dl {
		margin: 0px !important;
		width: 100% !important;
	}

	.sec3_right_div h1 {
		line-height: 22px !important;
		font-size: 18px !important;
		padding-top: 20px !important;
	}

	.sec3_right_div p font {
		line-height: 18px !important;
	}

	.product-details .case .brief .big-imagez {
		display: none !important;
	}

	.content {
		width: 100% !important;
	}

	.sjlxcon {
		width: 92% !important;
		margin: 0px 4% !important;
	}

	.cpzs_con1_u1 li a span {
		width: 100% !important;
		height: auto !important;
		display: block !important;
	}

	.cpzs_con1_u1 li a span img {
		width: 100% !important;
		height: 100% !important;
	}




	/*维达化工e*/



	/*ny e*/




















	/*sy s*/

	.carousel {
		margin-top: 0px !important;
		height: 550px !important;
	}

	#banner {
		width: 100%;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	#banner img {
		height: 100% !important;
		width: auto !important;
		margin-left: -200%;
		max-width: none !important;
	}

	.sjbacon {
		width: 37% !important;
		margin: 0px 4% !important;
		top: 5% !important;
	}

	.sjbacon h2 {
		font-size: 37px !important;
	}

	.sjbacon .merck-white span {
		font-size: 17px !important;
		line-height: 22px !important;
	}

	.carousel-caption .btn {
		margin-left: -90% !important;
	}

	.ipart02 {
		padding: 35px 0px !important;
	}

	.ipart02 .lb {
		width: 100% !important;
		height: auto !important;
		padding-bottom: 20px !important;
		border: none !important;
	}

	.ipart02 .lb h4 {
		width: 100% !important;
		font-size: 22px !important;
		text-align: center !important;
		border-right: none !important;
		height: 70px !important;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}

	.ipart02 .lb ul {
		width: 100% !important;
		padding-bottom: 20px !important;
	}

	.ipart02 .lb ul li {
		width: 45% !important;
		padding-left: 5% !important;
	}

	.ipart02 .lb ul li font {
		display: none;
	}

	.ipart04 li .number {
		display: none !important;
	}



	/*sy e*/






	/*sy en s*/
	.sjcon {
		display: none !important;
	}

	.edge_w1 h3 {
		line-height: 24px !important;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		height: 118px !important;
	}



	/*sy en e*/











	/*yw sy s*/

	.ywsj {
		display: none;
	}

	.ywsj1 {
		margin-top: 0px !important;
	}

	.ywsj2 {
		height: 646px !important;
	}

	.ywyc {
		display: none;
	}

	/*yw sy e*/








}